WOConditional
Synopsis
WOConditional{condition = YES|NO;};
Description
A WOConditional object controls whether a portion of the HTML page will be generated, based on the evaluation of its assigned condition.
- condition
-
The expression to evaluate. If the expression evaluates to YES, the HTML code controlled by the WOConditional object is emitted; otherwise it is not.
Examples